@media screen and (max-width: 1024px) {
    body {
        min-width: 1500px;
    }
}

.link-prefix {  
    color: #457DBD;  
}

/* 公共样式 */
html,
body {
    overflow-x: hidden;
}

input,
select,
option,
button {
    outline: 0;
}

img {
    border: none;
}

* {
    margin: 0;
    padding: 0;
}

input {
    outline: none;
    border: 0;
}

.w {
    width: 1200px;
    margin: 0 auto;
}

ul li {
    list-style: none;
}

a {
    text-decoration: none;
    color: #535353;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.clearfix:after {
    display: block;
    clear: both;
    content: "";
    visibility: hidden;
    height: 0
}

.clearfix {
    zoom: 1;
}

.width {
    width: 1100px;
    margin: 0 auto;
}

/*header*/
.header {
    background: url(../images/background.png) no-repeat;
    /*height: 233px;*/
    background-size: cover;
    padding-top: 10px;
}

.header .headerBox {
    height: 145px;
    background-size: cover;
    margin-top: 10px;
}

.header .headerBox .header-logo {
    background: url(../images/header-logo2.png) no-repeat;
    width: 467px;
    height: 97px;
    /*margin-top: 47px;*/
}

.header .headerBox .search {
    /*margin-top: 62px;*/
}

.header .headerBox .search .searchup {
    margin-bottom: 27px;
    /*position: relative;*/
    /*display: flex;*/
}

.header .headerBox .search .searchup .fontup {
    margin-top: 10px;
    margin-right: 5px;
}

.header .headerBox .search .searchup .weixin {
    width: 26px;
    height: 19px;
    vertical-align: bottom;
}

.header .headerBox .search .searchup .wechat:hover .erweima {
    display: inline-block;
    left: -75px;
    top: -48px;
}

.header .headerBox .search .searchup .erweima {
    display: none;
    position: absolute;
    top: 18px;
    left: 75px;
    width: 80px;
    height: 95px;
}

.header .headerBox .search .searchup a {
    color: #1B5093;
    font-size: 14px;
    padding: 0 4px;
    font-weight: 400;
    line-height: 20px;
    position: relative;
}

.search .searchup .oldinfo {
    display: flex;
    float: right;
    position: inherit;
    right: 0;
}

.search .searchup .oldinfo .right_wza {
    float: right;
}

.search .searchup .oldinfo .right_wza a {
    display: block;
    height: 38px;
    line-height: 38px;
    padding: 0 16px;
    font-size: 18px;
    letter-spacing: 0.32px;
    background: #fff;
    color: #F76B00;
    border: 1px solid #FC740D;
    border-radius: 2px 0px 0px 2px;
}

.search .searchup .oldinfo .right_slh a {
    background: #F79600;
    color: #fff;
    border: 1px solid #F79600;
    border-radius: 0px 2px 2px 0px;
    display: block;
    float: right;
    height: 38px;
    line-height: 38px;
    padding: 0 16px;
    font-size: 18px;
    letter-spacing: 0.32px;
}

.search .searchForm {
    height: 34px;
    background: #fff;
    border-radius: 17px;
    display: flex;
}

.search .searchForm .searchInput {
    height: 30px;
    border: 2px solid #D1D1D1;
    width: 311px;
    border-radius: 17px;
}

.search .searchForm .searchInput .searchtext {
    width: 28px;
    height: 34px;
    color: #666;
    font-size: 14px;
    line-height: 30px;
    margin: 0 10px 0 22px;
    float: left;
}

.search .searchForm .searchInput input {
    float: left;
    width: 215px;
    height: 16px;
    line-height: 16px;
    box-sizing: border-box;
    border-width: 0;
    outline: none;
    border-left: 1px solid #D1D1D1;
    border-right: 1px solid #D1D1D1;
    color: #B2B2B2;
    font-size: 14px;
    margin-top: 8px;
    padding-left: 10px;
}

.search .searchForm .searchInput .searchBtn {
    float: left;
}

.search .searchForm .searchInput .searchBtn img {
    width: 14px;
    margin-top: 10px;
    margin-left: 8px;
}

/*.header .back{height:33px;width:100%;background:#14427D;position:absolute;top:203px;zoom:-1;}*/
/*nav*/
.header .navback {
    background: url(../images/nav.png)center no-repeat;
    height: 48px;
}

.header .navBox {
    height: 48px;
    font-size: 16px;
    line-height: 48px;
    /*padding-left:59px;*/
}

.header .navBox .navItem {
    padding: 0 17px;
    margin-left: 35px;
}

.header .navBox .navItem:hover {
    background: #3477CA;
}

.header .navBox .navItem a {
    color: #fff;
}


/*友情链接*/
.content7 {
    height: 64px;
    background: #F3F3F3;
    border-top: 4px solid #1B5093;
}

.content7 .contentbox7 {
    height: 46px;
    background: #F3F3F3;
    padding-top: 18px;
    padding-left: 220px;
    box-sizing: border-box;
}

.content7 .contentbox7 .net1 {
    float: left;
    width: 175px;
    height: 26px;
    padding-left: 9px;
    color: #333;
    font-size: 14px;
    line-height: 26px;
    border: 1px solid #D1D1D1;
    background: #fff;
    margin-right: 8px;
}
/*分页*/
.pages{overflow:hidden;text-align:center;margin-top:50px;color:#242424;height:auto;margin-bottom: 36px;font-family: "Microsoft YaHei", "SimSun";font-size: 14px;}
.pages a{display:inline-block;width:26px;height:26px;line-height:26px;text-align:center;margin-right:2px;border:1px solid #e8e8e8;color:#242424;font-size:14px;}
.pages input{display:inline-block;width:46px!important;height:26px;margin-right:2px;border:1px solid #e8e8e8;color:#333;background-color:#fff;}
.pages .cur{background-color:#2D66A5;border:1px solid #2D66A5!important;color:#fff!important;}
.pages .w1{width:46px!important;}
.pages .w2{width:60px!important;}

/*footer*/
.footer {
    height: 164px;
    background: #434343;
}

.footer .footerbox {
    width: 1200px;
    height: 122px;
    background: #434343;
    padding-top: 35px;
    position: relative;
}

.footer .commonFont {
    color: #ccc;
    text-decoration: none;
}

.footer .footerbox .msg {
    font-size: 14px;
    color: #ccc;
    text-align: center;
    line-height: 24px;
    margin: 0 24px 0 24px;
}

.footer .footerbox .dang {
    display: inline-block;
    width: 56px;
    height: 69px;
    margin-left: 183px;
}

.footer .footerbox .zheng {
    width: 110px;
    height: 55px;
    margin-top: 7px;
}

.footer .footerbox .msg .address,
.footer .footerbox .msg .host {
    display: inline-block;
}

.footer .footerbox .msg p .photo {
    text-decoration: underline #ccc;
    font-size: 16px;
    line-height: 24px;
    color: #ccc;
}


/* 领导主题页 nav */
.special_top {
    height: 40px;
    background: #535353
}

.special_nav {
    height: 32px;
    padding-top: 8px;
    padding-left: 196px;
}

.special_top ul li {
    float: left;
}

.special_top ul li a {
    display: block;
    line-height: 24px;
    height: 24px;
    color: #fff;
    font-size: 16px;
    border-right: 1px solid #fff;
    padding: 0 42px;
}

.special_top ul li a:last {
    border-right: none;
}


/* 导航条 */
.location {
    height: 40px;
    padding-top: 20px;
    margin-bottom: 29px;
}

.location .locationbox {
    line-height: 40px;
    background: #F3F3F3;
    color: #1B5093;
    font-size: 14px;
    padding-left: 10px;
}

.location .locationbox span {
    color: #1B5093;
}

.location .locationbox span a {
    color: #1B5093;
}


/*首页悬浮菜单*/
.fixed-box {
    position: relative;
}



.navActive {
    background: #3477CA;
}

/* ie8下img */
.header .navback #img-ie8 {
    margin: 0 auto;
    position: absolute;
    z-index: -1;
}

a {
    text-decoration: none;
}

.header1 {
    height: 233px;
}

.header1 .header-wrap {
    height: 190px;
    background: url(../images/bannerBg.png) no-repeat center top;
    min-width: 1200px;
}

.header1 .pic {
    height: 43px;
    background-color: #14427d;
}

.banner img {
    height: 220px;
    width: 100%;
    margin: 40px 0;
}

/* 高级搜索 */
.header .headerBox .high-search-btn{
    line-height: 34px;
    color: white;
    background-color: rgb(69, 125, 189);
    border-radius: 3px;
    width: 100px;
    text-align: center;
    border-width: 0;
  }
  .header .headerBox .high-search {
    display: none;
    width: 1100px;
    position: absolute;
    background: #FFFFFF;
    box-shadow: 0 4px 16px 2px rgba(0, 0, 0, 0.10);
    border-radius: 4px;
    right: 272px;
    top: 165px;
    box-sizing: border-box;
    z-index:1999;
  }

  .header .headerBox .search-scope {
    border-bottom: 1px solid #EBEBEB;
    font-size: 18px;
    color: #121212;
    letter-spacing: 0.32px;
    padding: 20px;
    box-sizing: border-box;
  }
  .header .headerBox .search-scope .close-btn{
    cursor: pointer;
    float: right;
  }
  .header .headerBox .station, .search-deparement {
    border-bottom: 1px solid #EBEBEB;
    margin:20px 40px;
    padding-bottom: 20px;
  }
  .header .headerBox .search-city {
    margin:20px 40px;
  }
  .header .headerBox .home-station {
    margin-bottom: 20px;
  }
  .header .headerBox .search-title {
    font-size: 16px;
    color: #121212;
    letter-spacing: 0.32px;
    float: left;
    font-weight: bold;
    float: left;
    font-weight: bold;
  }
  .header .headerBox .search-block {
    margin-left: 100px;
  }
  .header .headerBox .search-items {
    width: 100%;
    box-sizing: border-box;
  }

  .header .headerBox .high-search .search-btn {
    background: #D51624;
    border-radius: 4px;
    padding: 8px 37px;
    color: #fff;
    border-width: 0;
  }
  .header .headerBox .high-search .layui-form-label {
    width: 150px!important;
    text-align: left!important;
    font-weight: normal;
    float: left;
    padding: 9px 15px;
    font-size: 14px;
  }
  .header .headerBox .high-search .layui-input-block {
    margin-left: 180px!important;
    width: 250px;
  }
  .header .headerBox .high-search .layui-form .search-title {
    line-height: 38px;
  }
  .header .headerBox .high-search .layui-form-radio:hover *,
  .header .headerBox .high-search .layui-form-radioed,
  .header .headerBox .high-search .layui-form-radioed>i {
    color: #D51624!important;
  }
  .header .headerBox .high-search .search-result {
    position: absolute;
  }
  .header .headerBox  .requirements .layui-form-label {
    width: 70px!important;
    text-align: left!important;
  }
  .header .headerBox .requirements .layui-input-block {
    margin-left: 100px!important;
    width: 110px;
  }
  .header .headerBox .requirements .layui-form-item {
    margin-bottom: 0;
  }
  .header .headerBox .layui-form-select .layui-edge {
    border-right-color: #0d5292;
    border-bottom-color: #0d5292;
    border-top-color: #fff!important;
    top: 26px !important;
    right: 5px!important;
    border-width: 5px!important;
  }
  .header .headerBox .high-search .layui-form-item .layui-form-checked[lay-skin=primary] i {
    border-color: #0d5292!important;
    background-color: #0d5292!important;
  }
  .header .headerBox .high-search .layui-form-item .layui-input:hover {
    border-color: #0d5292 !important;
  }
  .header .headerBox .high-search .layui-form-select dl dd.layui-this {
    background-color: #0d5292!important;
  }
  .header .headerBox .high-search .layui-form-select .layui-edge {
    border-right-color: #0d5292;
    border-bottom-color: #0d5292;
    border-top-color: #fff;
    top: 26px!important;
    right: 5px;
    border-width: 5px;
  }
  .header .headerBox .search .layui-input:hover {
    border-color: #0d5292 !important;
  }
  .header .headerBox .search .layui-form-select dl dd.layui-this {
    background-color: #0d5292;
  }

/* 适老化 */
.oldModel .header .navBox {
    font-size: 26px;
}

.oldModel .header .headerBox .search .searchup a {
    font-size: 24px;
}

.oldModel .header .headerBox .search .searchup .weixin {
    width: 28px;
    height: 26px;
}

.oldModel .search .searchForm .searchInput {
    width: 360px;
}

.oldModel .search .searchForm .searchInput .searchtext {
    font-size: 20px;
    width: 50px;
}

.oldModel .search .searchForm .searchInput input {
    font-size: 20px;
    height: 28px;
    margin-top: 3px;
}

.oldModel .search .searchForm .searchInput .searchBtn img {
    width: 18px;
    margin-top: 6px;
    margin-left: 15px;
}

.oldModel .content1 .contentbox1 .second .lunbo .bd li a span {
    font-size: 24px;
}

.oldModel .smxyw .hd ul li a {
    font-size: 24px;
}

.oldModel .smxyw .bd ul li {
    line-height: 20px;
}
.oldModel .smxyw .bd ul li .qians,
.oldModel .smxyw .bd ul li .hous {
    font-size: 20px;
}
.oldModel .smxyw .bd .clearfix li .qians{width: 850px;font-size: 20px;}

.oldModel .header .navBox .navItem {
    margin-left: 15px;
    padding: 0 5px;
}

.oldModel .content1 .contentbox1 .second .lunbo .hd ul li {
    width: 25px;
    height: 20px;
}

.oldModel .content1 .contentbox1 .second .smxyw {
    width: 1200px;
    margin-top: 5px;
}

.oldModel .smxyw .hd {
    width: 1200px;
}

.oldModel .contentskip {
    margin-bottom: 1000px;
}
.oldModel .content7 .contentbox7 .net1 {
    font-size: 16px;
}
.oldModel .header .headerBox .high-search {
    width: 1400px;
}
.oldModel .header .headerBox .search-scope{
    font-size: 22px;
}
.oldModel .header .headerBox .search-title{
    font-size: 20px;
}
.oldModel .header .headerBox .layui-form-label{
    font-size: 18px;
    width: 200px!important;
}
.oldModel .header .headerBox .layui-input-block{
    margin-left: 240px!important;
    font-size: 18px;
    width: 350px;
}
.oldModel .header .headerBox .high-search-btn{
    font-size: 18px;
    width: 139px;
}
.oldModel .header .headerBox .search-btn{
    font-size: 18px;
}
.oldModel .header .headerBox .layui-form-radio *{
    font-size: 18px;
}
.oldModel .header .headerBox #test7{
    font-size: 18px;
}
.fontup .wechat:focus .erweima{
    display: inline-block !important;
}

.oldModel .footer .footerbox .msg {
    font-size: 16px;
  }
  
.oldModel .pages{height:35px;font-size: 18px;}
.oldModel .pages a{width:32px;height:32px;line-height:32px;font-size:18px;}
.oldModel .pages input{width:52px!important;height:32px;margin-right:2px;position: relative;}
.oldModel .pages .w1{width:52px!important;}
.oldModel .pages .w2{width:66px!important;}
.oldModel .pages #button{height: 34px!important;font-size: 18px;bottom: 1px;}